home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / bemenu.dxr / 00005.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  284 b   |  13 lines

  1. on startMovie
  2.   global gBuzz
  3.   set gBuzz to 0
  4.   set the visible of sprite 4 to 0
  5.   repeat with n = 15 down to 8
  6.     set the visible of sprite n to 0
  7.   end repeat
  8.   set the visible of sprite 18 to 0
  9.   repeat with x = 34 down to 27
  10.     set the visible of sprite x to 0
  11.   end repeat
  12. end
  13.